[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 const                   Constant Data Type Modifier

    This keyword is intended for use in declarations to ensure that the
    object it applies to is not modified or otherwise stored into.
    Specifically, it makes sure that the object is not used as an lvalue.
    This is useful in generating ROMable code; it also provides numerous
    optimization possibilities for the compiler.

      Notes:    The const keyword is a recent addition to the language
                and is not universally supported by compilers.



See Also: Types Type Modifiers
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson